body {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #777;
overflow-x: hidden;
margin: auto;
background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}
a {
    font-family: "Montserrat",sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 7px solid rgba(0, 0, 0, 0.08);
    border-right: 7px solid rgba(0, 0, 0, 0.08);
    border-bottom: 7px solid rgba(0, 0, 0, 0.08);
    border-left: 7px solid #00457b;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { padding: 0 }

.topcontrol {
    background: #00457b none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    right: 5px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
.section-padding { padding: 60px 0 }
/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 60px }
.section-title  h2 {
    font-size: 26px;
    color: #00457b;
    margin: auto;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    width: 350px;
}
@media only screen and (max-width:480px) { 
    .section-title h2 { font-size: 24px;width: 300px; }
}
@media only screen and (max-width:320px) { 
    .section-title h2 { font-size: 18px }
}
@media only screen and (max-width:768px) { 
.section-title p {
font-size: 12px;
padding: 0 2px;
}
}
@media only screen and (max-width:375px) { 
.section-title p {
margin-bottom:0;
padding: 0 15px;
}
}

.section-title span {
    background: #00457b none repeat scroll 0 0;
    display: block;
    position: relative;
    height: 2px;
    margin: 20px auto;
    width: 70px;
}
.section-title-white {
    position: relative;
    color: #fff!important;
}
h2.section-title-white {
    background: #fff none repeat scroll 0 0;
    border: 4px double #ddd;
    color: #333 !important;
}
/*END SECTION TITLE DESIGN*/
/*SECTION OVERLAY*/
.overlay { background: rgba(0,0,0,0.6) none repeat scroll 0 0 }
/*END SECTION OVERLAY*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #00457b !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #00457b !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 200px;
    margin-left: 10px;
}
@media only screen and (max-width:768px) { 
.navbar-brand img {width: 130px;}
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top li a {
    color: #333 !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-top li a:hover { color: #00457b!important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
.menu-top li a {font-size: 11px;}	
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
    background-color: rgba(255,255,255,0.9);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 0px;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a { color: #313131!important }
.navbar-default.menu-shrink li a:hover { color: #00457b !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #00457b }

#home-slider {
    overflow: hidden;
    position: relative;
}
.caption {
    color: #fff;
    left: 0;
    margin-top: -104px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 15;
}
@media only screen and (max-width:375px) { 
    .caption { top: 42% }
}
@media only screen and (max-width:360px) { 
    .caption { top: 40% }
}
.caption h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .caption h2 { font-size: 26px }
}
@media only screen and (max-width:480px) { 
    .caption h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width:320px) { 
    .caption h2 { font-size: 24px }
}
.caption p {
    margin: auto auto 0px;
    width: 60%;
}
.caption a { margin: 30px 0 0 30px }
@media only screen and (max-width:480px) { 
.caption a { margin: 30px 0 0 0px }
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}
.carousel-fade .carousel-inner .item:after {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 0;
content: " ";
left: 0;
opacity: 0.7;
position: absolute;
right: 0;
top: 0;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-control { z-index: 2 }
.left-control,
.right-control {
    background: #00457b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    height: 51px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 51px;
    z-index: 20;
}
@media only screen and (max-width:480px) { 
    .left-control,
    .right-control { display: none }
}
.left-control { left: -51px }
.right-control { right: -51px }
.left-control:hover,
.right-control:hover {
    background-color: #fff;
    color: #00457b;
}
#home-slider:hover .left-control { left: 30px }
#home-slider:hover .right-control { right: 30px }
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
.btn-light-bg {
background: #00457b none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
padding: 13px 35px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #fff;
    color: #333;
}
@media only screen and (max-width:375px) { 
.btn-light-bg {padding: 13px 45px;}
}
.btn-light-bg-two {
    background: #fff none repeat scroll 0 0;
    color: #333;
    padding: 13px 35px;
	border: medium none;
	border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-light-bg-two:hover,
.btn-light-bg-two:focus {
    background: #00457b;
    color: #fff;
}

/*START HOME HTML5 VIDEO AND YOUTUBE VIDEO DESIGN*/
.home_video{height: 750px;position:relative;}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
/*START HTML5 VIDEO*/
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.slider-caption p {
  width: 60% !important;
}
video { min-width: 100% }
/*END HTML5 VIDEO*/
.hero-text {
  padding-top: 250px;
}
.hero-text h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .hero-text h2 { font-size: 26px }
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width:320px) { 
    .hero-text h2 { font-size: 24px }
}
.hero-text p {
    margin: auto auto 0px;
    width: 90%;
	color:#fff;
}
.hero-text a { margin: 30px 0 0 30px }
@media only screen and (max-width:480px) { 
.hero-text a { margin: 30px 0 0 0px }
}
/*END HOME HTML5 VIDEO AND YOUTUBE VIDEO DESIGN*/
.carousel-indicators li {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 0;
height: 6px;
margin: 0 1px;
width: 20px;
}
.carousel-indicators .active {
    height: 6px;
    margin: 0 1px;
    width: 20px;
    border: 1px solid #00457b;
    background: #00457b none repeat scroll 0 0;
}
.carousel-indicators { bottom: -220px }
@media only screen and (max-width:480px) { 
    .carousel-indicators { bottom: -60px }
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT US DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_single {
    padding: 0px 13px 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
@media only screen and (max-width:768px) { 
    .about_single { margin-bottom: 30px }
}
.about_single h4 span { }
.about_single h4 {
    color: #333;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.about_single h4 span {
    color: #eaeaea;
    font-size: 74px;
    margin-right: 10px;
}
.about_single p{margin-bottom:0;}
.about_image { margin-top: 60px }
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT US DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START OUR MISSION AND COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.why_choose_us {
position: relative;
}
.why_choose_us:before {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.single_feature {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 3px;
    padding: 30px;
}
.single_feature i {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    line-height: 62px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 3;
}
.single_feature:hover i { color: #fff }
.single_feature h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.single_feature span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 80px;
}
.single_feature p {
    margin-bottom: 0;
    color: #fff;
}

.carousel-indicators li {
    border: 1px solid #fff;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 12px;
    background: #fff;
}
.carousel-indicators .active {
  background-color: #00457b;
  height: 12px;
  margin: 0 1px ;
  width: 12px;
}
.site-wrapper { margin-bottom: 65px }
#why_choose { margin-bottom: 70px }
#why_choose .carousel-indicators { bottom: -80px }
#testimonial_slide { margin-bottom: 70px }
#testimonial_slide .carousel-indicators { bottom: -80px }
.carousel-control { display: none }
/*START COUNT DOWN DESIGN*/
.counter_feature { margin-top: 60px }
.counter {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 30px 18px;
    position: relative;
}
@media only screen and (max-width:768px) { 
    .counter { margin-bottom: 20px }
}
@media only screen and (max-width:360px) { 
    .counter { padding: 20px }
}
.counter_icon {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 12px;
}
.counter i {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.counter h2 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: hidden;
}
@media only screen and (max-width:320px) { 
    .counter h1 { font-size: 30px }
}
.counter p {
    font-family: "Montserrat",sans-serif;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .counter p { font-size: 13px }
}
@media only screen and (max-width:360px) { 
    .counter p { font-size: 12px }
}
@media only screen and (max-width:320px) { 
    .counter p { font-size: 14px }
}
/*END COUNT DOWN DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 05.END OUR MISSION AND COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START OUR SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_service { background: #f7f7f7 }
.single_service {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    padding: 40px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
}
.single_service:hover {
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.single_service i {
    font-size: 40px;
    padding-bottom: 20px;
    color: #00457b;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single_service h4 {
    color: #333;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single_service p {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END OUR SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 07.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
.why_choose { margin-bottom: 60px }
@media only screen and (max-width:480px) { 
    .why_choose { margin-top: 60px }
}
.why_choose h3 {
    background: #00457b none repeat scroll 0 0;
    border: 4px double #eee;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
.why_choose p {
    margin-bottom: 0;
    text-align: center;
}
.according-area { margin-top: 120px }
.panel-default .panel-heading {
    background-color: #00457b;
    border-bottom: 1px solid #2fb3cd;
    border-color: #2fb3cd;
    color: #fff;
    font-size: 16px;
    padding: 16px;
}
.panel-group .panel + .panel {
    margin: 0;
    border: none;
    border-bottom: 0px;
}
.panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}
.panel-body {
    border-radius: 0;
    padding: 30px;
}
.panel-heading { border-radius: 0px }
.panel-title a {
    color: #fff;
    display: block;
    font-family: montserrat,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
@media only screen and (max-width:360px) { 
    .panel-title { font-size: 12px }
}
.panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
}
.panel-title a:after {
    content: "\f068";
    font: 18px fontAwesome;
    float: left;
    margin-right: 25px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    height: 49px;
    width: 49px;
    margin-left: -16px;
    margin-top: -16px;
    line-height: 55px;
    text-align: center;
}
.panel-title a.collapsed:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    margin-right: 25px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    height: 49px;
    width: 49px;
    margin-left: -16px;
    margin-top: -16px;
    line-height: 55px;
    text-align: center;
}
/*
 * ----------------------------------------------------------------------------------------
 * 07.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  08.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
*/
.portfolio-filters { margin-bottom: 60px }
.portfolio-filters li.active {
    background-color: #00457b;
    border-color: #00457b;
    color: #fff;
}
.portfolio-filters li {
    border: 1px solid #eee;
    color: #161616;
    cursor: pointer;
    display: inline-block;
    font-family: montserrat;
    font-weight: 400;
    margin-right: 5px;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media only screen and (max-width:480px) { 
    .portfolio-filters li { 
	padding: 8px 24px;
	margin-bottom:10px 
}
}

.portfolio-filters li:hover {
    background: #00457b;
    color: #fff;
    border: 1px solid #00457b;
}
.portfolio-items-list { margin: 0 }
.portfolio-item {
    position: relative;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}
.portfolio-item a { cursor: url(../img/pointer.png),crosshair }
.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.hover-overlay img {
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay-content h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.overlay-content h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.item-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 192, 217, .75);
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}
.hover-overlay:hover > img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.hover-overlay:hover .item-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
}
.portfolio-item:hover .overlay-content {
    bottom: 42%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
}
.btn-portfolio-bg {
border: 1px solid #eee;
border-radius: 30px;
color: #333;
padding: 10px 30px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-portfolio-bg:hover,
.btn-portfolio-bg:focus {
    background: #00457b;
    border: 1px solid #00457b;
    color: #fff;
}
/*
 * ----------------------------------------------------------------------------------------
 *  08.END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 09.START PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
*/
.promotions {
padding: 100px 0;
position: relative;
}
.promotions:before {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.promotion_content { }
.promotion_content h1 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.promotion_content p {
    color: #fff;
    margin-bottom: 26px;
}
.promotion_content a {
background: #00457b none repeat scroll 0 0;
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding: 14px 40px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.promotion_content a:hover,
.promotion_content a:focus {
    color: #333;
    background: #fff;
}
/*
 * ----------------------------------------------------------------------------------------
 * 09.END PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_team { background: #f9f9f9 none repeat scroll 0 0 }
.flexslider {
    border: medium none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}
.flexslider .testi-slider-item { padding: 30px 60px }
.team_img {
    float: left;
    margin-right: 20px;
    width: 250px;
}
@media only screen and (max-width:480px) { 
.team_img {
float: none;
margin-bottom: 20px;
width: 100%;
}
}
.team_img img { border: 4px solid #eee }
.flexslider .testi-slider-item h6 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    TExt-transform: uppercase;
}
.flexslider .testi-slider-item p { margin-bottom: 0 }
@media only screen and (max-width:360px) { 
    .flexslider .testi-slider-item p {
        line-height: 24px;
        font-size: 14px;
    }
}
.flex-viewport {
    max-height: 350px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
@media only screen and (max-width:768px) { 
.flex-viewport {max-height: 500px;}
}
@media only screen and (max-width:480px) { 
.flex-viewport {max-height: 1000px;}
}
.flex-direction-nav a {
    background: #00457b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 0;
    margin: -20px 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.flex-direction-nav a i {
    display: inline-block;
    font-size: 20px;
}
.flex-direction-nav a:before { display: none }
.flex-direction-nav a.flex-next:before { display: none }
.flex-control-nav { display: none }
/* START SKILL DESIGN */
.skills {
    margin-top: 10px;
    overflow: hidden;
    width: 500px;
}
@media only screen and (max-width:768px) { 
.skills {width:320px;}
}
@media only screen and (max-width:480px) { 
.skills {width:100%;}
}
.progress-bar-text {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 4px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #00457b none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}
/* END SKILL DESIGN */
/*START TEAM SOCIAL*/
.team_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:768px) { 
.team_social ul {margin-top:15px;}
}
@media only screen and (max-width:480px) { 
    .team_social ul { text-align: center }
}
.team_social ul li {
    margin: 2px;
    display: inline-block;
}
.team_social ul li a {
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: 0 0 0 7px transparent;
    color: #333;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 25px;
    padding: 9px 12px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 45px;
}
@media only screen and (max-width:768px) { 
    .team_social ul li a { font-size: 12px }
}
@media only screen and (max-width:360px) { 
    .team_social ul li a { font-size: 14px }
}
@media only screen and (max-width:320px) { 
    .team_social ul li a {
        font-size: 14px;
        height: 40px;
        width: 40px;
        line-height: 20px;
    }
}
.team_social ul li a:hover { color: #fff }
.f_facebook:hover {
    background: #5D82D1;
    box-shadow: 0 0 0 0px #5D82D1;
    border: 1px solid #5D82D1;
}
.f_twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
.f_google:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
.f_linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
.f_youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
.f_skype:hover {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}
/*END TEAM SOCIAL*/
/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial { position: relative }
.testimonial:before {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.line-white { background: #fff none repeat scroll 0 0 !important }
@media only screen and (max-width:480px) { 
.single_testimonial { 
margin-bottom:30px;
overflow: hidden;}
}
.testimonial_text {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 30px;
}
.testimonial_text p { margin-bottom: 0px }
.testimonial_img img {
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
    border: 4px solid #fff;
}
.testimonial_img h4 {
    color: #fff;
    padding-top: 36px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
}
.testimonial_img h5 {
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: capitalize;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog-post {
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width:768px) { 
    .blog-post { margin-bottom: 40px }
}
.blog-post h4 {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-post .tittle-post:hover { color: #00457b }
.blog-post p { margin-bottom: 20px }
.blog-post .post-bt {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.blog-post .post-bt span {
    color: #00457b;
    font-weight: 700;
}
.blog-post .post-info {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 8px 0;
    position: relative;
}
.blog-post .post-img {
    position: relative;
    overflow: hidden;
}
.blog-post .post-img img { width: 100% }
.blog-post iframe {
    border: medium none;
    height: 350px;
    width: 100%;
}
.blog-post .post-info li {
    display: inline-block;
    margin-right: 20px;
}
@media only screen and (max-width:360px) { 
.blog-post .post-info li {
    margin-right: 8px;
}
}
.blog-post .post-info li i {
    margin-right: 10px;
    font-size: 14px;
}
.blog-post .post-info li .date {
    background: #00457b none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 16px;
	font-family: montserrat,sans-serif;
    padding: 6px 10px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -26px;
    width: 77px;
}
.btn-blog-bg {
border: 1px solid #eee;
border-radius: 30px;
color: #333;
font-size: 14px;
padding: 10px 30px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-blog-bg:hover,
.btn-blog-bg:focus {
    background: #00457b;
    border: 1px solid #00457b;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_pricing {
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width:480px) { 
    .single_pricing { margin-bottom: 40px }
}
.single_pricing:hover { box-shadow: 0 21px 35px rgba(0, 0, 0, 0.2) }
.single_pricing h3 {
    background: #00457b none repeat scroll 0 0;
    border-radius: 23px 0 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 15px 0;
    text-transform: uppercase;
}
.price { display: inline-block }
.price span {
    color: #00457b;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 52px;
}
.price h5 {
margin: 20px 0 40px;
font-weight: normal;
}
.pricing-list {
    list-style: outside none none;
    margin-bottom: 0;
    text-align: center;
}
.pricing-list li {
    border-bottom: 1px solid #eee;
    color: #161616;
    font-size: 14px;
    padding: 12px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing-btn { padding: 15px 0 }
.btn-pricing-bg {
    border: 1px solid #eee;
    border-radius: 30px;
    color: #333;
    display: inline-block;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-pricing-bg:hover,
.btn-pricing-bg:focus {
    border: 1px solid #00457b;
    color: #00457b;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END PRICING TABLE ESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START COMPANY PARTNER LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
.partner-logo {background: #00457b none repeat scroll 0 0; }

.partner { text-align: center }
.partner img {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.partner img:hover {
    border: 1px solid #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
* ----------------------------------------------------------------------------------------
* 14.END COMPANY PARTNER LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area { position: relative }
.contact_area:before {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.contact {
    background: #fff none repeat scroll 0 0;
    padding: 80px 60px;
	margin:20px 0;
}
.contact input {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #f5f5f5;
border-radius: 0;
box-shadow: none;
color: #333;
height: 45px;
padding: 10px;
}
.contact textarea {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    color: #333;
    height: 200px;
}
.contact input:hover,
.contact input:focus {
    border: 1px solid #00457b ;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:hover,
.contact textarea:focus {
    border: 1px solid #00457b ;
    box-shadow: none;
    outline: 0 none;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #00457b;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.contact_address {
    padding-bottom: 80px;
    padding-top: 80px;
}
.contact_address h3 {
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.contact_address p {
    color: #fff;
    margin-bottom: 30px;
}
.contact_address ul { list-style: none }
.contact_address ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact_address ul li i {
    background: #00457b none repeat scroll 0 0;
    border-radius: 30px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    text-align: center;
    width: 45px;
}
.btn-contact-bg {
background: #00457b none repeat scroll 0 0 !important;
border: 1px solid #00457b !important;
color: #fff !important;
font-family: montserrat,sans-serif;
font-size: 14px;
padding: 10px 30px !important;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333!important;
    border: 1px solid #333!important;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#map { height: 400px }
/*
* ----------------------------------------------------------------------------------------
* 16.END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  17.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_form { background: #171b1e }
.newsletter_title h4 {
    color: #eaeaea;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.newsletter input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
    box-shadow: none;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-size: 14px !important;
    height: 45px;
}
.newsletter input:hover,
.newsletter input:focus {
    border: 1px solid #00457b;
    box-shadow: none !important;
}
.btn-newsletter-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    margin: auto auto auto 20px;
    padding: 11px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-newsletter-bg:hover,
.btn-newsletter-bg:focus {
    background: #fff;
    color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 17.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 18.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
    background-color: #121315;
    padding: 30px 0;
}
@media only screen and (max-width:480px) { 
    .footer_social {
        float: none !important;
        margin-top: 30px;
    }
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:480px) { 
    .footer_social ul { text-align: center }
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #1f2428 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
@media only screen and (max-width:768px) { 
    .footer_social ul li a { font-size: 12px }
}
@media only screen and (max-width:360px) { 
    .footer_social ul li a { font-size: 14px }
}
@media only screen and (max-width:320px) { 
    .footer_social ul li a {
        font-size: 14px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}
.footer_social ul li a:hover { color: #fff }
.footer_facebook:hover { background: #5D82D1 }
.footer_twitter:hover { background: #40BFF5 }
.footer_google:hover { background: #EB5E4C }
.footer_linkedin:hover { background: #238CC8 }
.footer_youtube:hover { background: #CC181E }
.footer_skype:hover { background: #00AFF0 }
.footer_copyright {
    color: #fff;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
}
@media only screen and (max-width:480px) { 
    .footer_copyright {
        float: none !important;
        text-align: center;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 18.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/